Uses of Class
eu.europa.ec.taxud.cesop.domain.XmlTypeAndValue
Packages that use XmlTypeAndValue
-
Uses of XmlTypeAndValue in eu.europa.ec.taxud.cesop.domain
Subclasses of XmlTypeAndValue in eu.europa.ec.taxud.cesop.domainModifier and TypeClassDescriptionclassRepresents an XML value with its type and country attributes. -
Uses of XmlTypeAndValue in eu.europa.ec.taxud.cesop.utils
Methods in eu.europa.ec.taxud.cesop.utils with parameters of type XmlTypeAndValueModifier and TypeMethodDescriptionstatic voidValidationErrorUtils.checkCmBr0100(List<ValidationError> validationErrors, String messageRefId, XmlTypeAndValue pspId) Checks Psp BIC conforms ISO-9362.static voidValidationErrorUtils.checkRpBr0070(List<ValidationError> validationErrors, String messageRefId, XmlTypeAndValue representativeId, String docRefId) Checks if the representative's BIC conforms ISO-9362.static voidValidationErrorUtils.checkRtBr0010(List<ValidationError> validationErrors, String messageRefId, boolean isRefund, XmlTypeAndValue amount, String transactionIdentifier) Checks the amount value.Method parameters in eu.europa.ec.taxud.cesop.utils with type arguments of type XmlTypeAndValueModifier and TypeMethodDescriptionstatic voidValidationErrorUtils.checkCmBr0150(List<ValidationError> validationErrors, String messageRefId, HashMap<Set<XmlTypeAndValue>, String> reportedPayees, List<XmlTypeAndValue> names, List<XmlCountryTypeAndValue> accounts, String docRefId) Checks if the current reported payee is not a duplicate of a previously reported payee.